﻿@charset "utf-8";

/* css reset */
 
html, body { height:100%; -webkit-text-size-adjust:none; }
/*body, input, select, button, textarea, h1, h2, h3, h4, h5, h6, table { font:normal 12px/1.5 dotum,"돋움",Arial,AppleGothic,Sans-serif; color:#000; }*/
html, body, div, form, input, select, button, textarea, legend, fieldset, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, blockquote, address, p, th, td, caption { margin:0; padding:0; }
ol, ul, li { list-style:none; }
img, fieldset { border:0 none; }
input, select, textarea { vertical-align:middle; resize:none; position:relative; }
input[type=text], input[type=password], input[type=submit], input[type=search], textarea { -webkit-appearance:none; }
button { border:0 none; background:transparent; cursor:pointer; }
table caption { width:0; height:0; visibility:hidden; text-indent:-9999px; font-size:0; line-height:0; }
table { border-collapse:collapse; border-spacing:0; }
header, footer, section, article, aside, nav, hgroup, details, menu, figure, figcaption { display:block; }
h3 {
	display: inline-block;
}
a:link, a:visited { text-decoration:none; color:#000; }
a:active, a:hover, a:focus { text-decoration:none; } 
input { *margin-top:-1px; _margin-top:-2px; }

body {position: absolute; width: 100%;
	font-size: 100%; font-family:"나눔고딕",Nanum Gothic,"맑은고딕",Malgun Gothic,"돋움",Dotum,Helvetica,AppleSDGothicNeo,Arial,sans-serif;
	background:transparent; letter-spacing: 0px;line-height:1.2;
	-webkit-text-size-adjust:none;-webkit-tap-highlight-color: transparent;
	/*-webkit-user-select:none;*/-webkit-touch-callout:none;
}

input::-webkit-input-placeholder {color:#000; font-size: 0.8em; font-family:Helvetica,AppleSDGothicNeo,sans-serif;}
input::-moz-placeholder { color:#000; font-size: 0.8em; font-family:Helvetica,AppleSDGothicNeo,sans-serif;}
input:-moz-placeholder { color:#000; font-size: 0.8em; font-family:Helvetica,AppleSDGothicNeo,sans-serif;}
input::-ms-input-placeholder { color:#000; font-size: 0.8em; font-family:Helvetica,AppleSDGothicNeo,sans-serif;}


/* select_box */
dl.language_select_wrap {
	width: 150px;
	/*margin:10px auto;*/
	position: relative;
	text-indent: 10px;
	font-size: 1em; /*font-size*/
}
dt.select_title, dd.select_option {
	width: 100%; 
}
dt.select_title {
	width: 100%;
	height: 40px;
	/*border:1px solid #ddd;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;*/
	background-color: #4d4d4d;
	background-image: url(/resources/images/icon_select_down.png);
	background-size: 12px auto;
	background-position: 96% center;
	background-repeat: no-repeat;
}
input#select_title_input {
	border:0;
	width: 90%;
	font-size: 1em; /*font-size*/
	text-indent: 10px;
	display: block;
	background-color: transparent;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	color: #fff;
}

input#select_title_input::-webkit-input-placeholder {
	color:#fff; font-size: 1em; /*font-family:Helvetica,AppleSDGothicNeo,sans-serif;*/
}
input#select_title_input::-moz-placeholder {
	color:#fff; font-size: 1em; /*font-family:Helvetica,AppleSDGothicNeo,sans-serif;*/
}
input#select_title_input:-moz-placeholder {
	color:#fff; font-size: 1em; /*font-family:Helvetica,AppleSDGothicNeo,sans-serif;*/
}
input#select_title_input::-ms-input-placeholder {
	color:#fff; font-size: 1em; /*font-family:Helvetica,AppleSDGothicNeo,sans-serif;*/
}

dl.language_select_wrap.on dt.select_title {
	background-image: url(/resources/images/icon_select_up.png);
}
dt.select_title , dl.language_select_wrap.on div.select_option, input#select_title_input {
	/* one for option height */
	height: 34px;
	line-height: 34px;
}
dd.select_option_wrap {	
	position: absolute;	
	z-index: 10;
	left:0;top:100%;
	width: 100%;
	overflow: auto;

	/*select option view total height*/
	max-height: 160px;
}
div.select_option {
	height: 0px;
	width: 100%;
	/*font-size: 0;*/
	-webkit-transition:height .2s ease-out;
	-moz-transition:height .2s ease-out;
	-ms-transition:height .2s ease-out;
	-o-transition:height .2s ease-out;
	transition:height .2s ease-out;
	background-color: #ccc;
}
dl.language_select_wrap.on div.select_option {
	font-size: inherit;
}
dl.language_select_wrap.on dd.select_option_wrap {
	background-color: #ccc;
}




/* header */

#header {width: 100%; height: 60px; background-color: #000; color: #fff; position: fixed; top:0; left: 0; z-index: 5;vertical-align: middle;font-size: 15px; -webkit-box-shadow: 2px 2px 10px 0px rgba(55,55,55,0.2);-moz-box-shadow: 2px 2px 10px 0px rgba(55,55,55,0.2);box-shadow: 2px 2px 10px 0px rgba(55,55,55,0.2); }

#header .title {display: inline-block; line-height:60px; vertical-align: middle; font-size: 16px; margin-left: 15px; cursor: pointer;}
#header .title .logo_echoss {width: 28px; height:28px; vertical-align: middle; }
#header .title .title_text {vertical-align: middle;margin-left: 10px;}

#header .nav {display: inline-block; vertical-align: middle;margin-left: 40px;}
#header .nav li {display: inline-block; margin:0 10px; height: 60px; line-height: 60px; box-sizing:border-box; -webkit-box-sizing:border-box; opacity: 0.7;}
#header .nav li.on {border-bottom: 4px solid #fff; opacity: 1;}
#header a {
	color: #fff;
}
#header .nav li:hover {
	opacity: 1;
}
#header .nav li a {
	line-height: 60px;
	display: block;
}

#header .user_select {float: right; display: inline-block; height: 60px; margin-right: 30px; font-size: 13px;}
#header .user_address,#header .language_select_title,#header .language_select_wrap {display: inline-block; vertical-align: middle;}
#header .user_address {position: relative; height: 60px; line-height: 60px; margin-right: 30px;}
#header .user_address .login_menu {position: absolute; top:120%; left: 0; line-height:normal; background-color: #f4f4f4; color: #000; width: 130px; font-size: 11px;padding-top:4px;-webkit-box-shadow: 2px 2px 10px 0px rgba(55,55,55,0.2);-moz-box-shadow: 2px 2px 10px 0px rgba(55,55,55,0.2);box-shadow: 2px 2px 10px 0px rgba(55,55,55,0.2); border: 1px solid #c5c5c5; display: none;}
#header .user_address .login_menu.on {display: block;}
#header .user_address .login_menu .tail {position: absolute; bottom:100%; left:50%; width: 12px; margin-left: -6px;}
#header .user_address span a {
	line-height:60px;
	display: inline-block;
}
.user_address_selection {
	cursor: pointer;
}
.login_menu_dl dt {padding:10px;}
.login_menu_dl dt,.login_menu_dl dd {border-bottom:1px solid #fff;}
.login_menu_dl dd {font-size: 10.5px; background-color: #e8e8e8;}
.login_menu_dl dd a {
	line-height: 30px;
	padding-left: 10px;
	display: block;
}
.login_menu .btn_logout {background: url(/resources/images/icon_logout.png) no-repeat 90% center; background-size: 12px auto;}
.login_menu .btn_logout a {
	line-height: 36px;
	padding-left: 10px;
	display: block;
}
.login_menu a {
	color: #000 !important;
}
.user_address span, .user_address img {vertical-align: middle;margin-right: 4px;}

.language_select_title {margin:0 5px; font-weight: bold;}

/* snb */
#snb_wrap {position:fixed; left:0; top:60px; color: #4a4a4a; width: 170px; background-color: #f1f1f1; height: 100%; overflow-x:hidden;overflow-y:auto; z-index: 4;}
#snb_wrap .snb_title {font-size: 15px; font-weight: bold; padding-top:25px; padding-bottom: 10px; text-indent: 20px; background-color: #fff;}
#snb_wrap .snb {font-size: 13px; font-weight: normal; background-color: #f1f1f1; border-top:1px solid #dfdfdf; text-indent: 20px;}
#snb_wrap .snb li {border-bottom:1px solid #dfdfdf; opacity: 0.7;}
#snb_wrap .snb li.on {background: url(/resources/images/img_selected_sub.jpg) no-repeat right center; font-weight: bold; background-size: auto 100%; opacity: 0.78;}
#snb_wrap .snb li.fin { font-weight: bold; background-size: auto 100%; opacity: 0.78; }
#snb_wrap .snb a {
	display: block;
	line-height: 40px;
	letter-spacing: -0.5px;
}

/* content */
#content {position: relative; margin-left:170px; margin-top:60px; padding:20px 35px; width: auto;font-size: 13px;}
.content_title {font-size: 18px; font-weight: bold; position: relative; padding-top:10px; padding-bottom:5px; margin-top:20px;}
.content_title_pointer {position: absolute; width: 60px; border-top:2px solid #000; top:0; left:0;}

.content_div {margin-top:30px;}
.content_div .content_div_title {padding-top:10px;}
.content_div .content_div_subtitle {opacity: 0.7;margin-top:3px; line-height: 1.4;}
.content_div .content_div_detail {position: relative; border:1px solid #dfdfdf; background-color: #f9f9f9; padding:15px 20px; line-height: 1.4; margin-top:25px;}
.content_div_key {display: inline-block; margin-left: 80px}
.content_div_key:first-child {margin-left:0;}
.content_div_permission {font-weight: bold!important;}

.bold {font-weight: bold!important;}
.font_skyblue {color:#4db6ff;}
.font_annotation {color:#88FF88;}
.underline:hover {text-decoration: underline;}

.partition_wrap {margin-top:14px;}
.sub_partition_wrap { padding-left: 30px; }
.partition {margin:5px 0; margin-left: 10px;}
.partition li {display: inline-block;}
.partition li.partition_first {width: 125px;}
.partition li.partition_first.array {width: 125px; color:#4db6ff; cursor: pointer;}
.partition li.partition_middle {width:110px; text-align: center; border-right: 1px solid #dcdcdc; border-left: 1px solid #dcdcdc;}
.partition li.partition_last {padding-left: 30px;}
.partition li.partition_title_short {width:60px; text-align: center; border-right: 1px solid #dcdcdc;}
.partition li.partition_title_long {width:300px; text-align: left; padding-left: 30px; border-right: 1px solid #dcdcdc;}
.partition li.partition_title_long2 {width:350px; text-align: left; padding-left: 30px; border-right: 1px solid #dcdcdc;}

.partition02 {margin: 5px 10px;}
.partition02 li {margin-top: 5px; line-height: 26px;}
.partition02 li span:first-child {width: 100px; display: inline-block;}
.partition02 li span:nth-child(3) {color: #ff0000;}
.partition02 li pre {line-height: initial;}
.btn_request {width:100px;height:25px;line-height:25px;padding:0;display:inline-block;margin-top:10px; margin-left: 10px; text-align: center; border-radius: 3px; background-color:#feacac; font-size: 13px; padding:2px 0; font-weight: bold; -webkit-box-shadow: 1px 1px 1px 0px rgba(55,55,55,0.5);-moz-box-shadow: 1px 1px 1px 0px rgba(55,55,55,0.5);box-shadow: 1px 1px 1px 0px rgba(55,55,55,0.5); cursor: pointer;}

/* popup */
div.popup_wrap {
width:100%; height: 100%; position: fixed; text-align: center; top:0; left:0;z-index: 10;
}
div.popup_wrap:before{
display: inline-block;overflow: hidden;	width: 0; height: 100%;	margin-left: -8px;vertical-align: middle; content: '';
}
div.dim {
width:100%;	height: 100%; position: fixed; top:0; left:0; background-color: rgba(0,0,0,0.3); z-index: 0;
}

div.popup {
position: relative;	display: inline-block; vertical-align: middle; text-align: center; width: 70%; max-width:300px;	background-color: #ffffff; padding:20px 0; overflow: hidden; border:1px solid #000;
}
div.popup_text {min-height: 50px; text-align: center;}
div.popup_text p {vertical-align: middle; display: inline-block; width:90%;margin:0 auto; padding:20px 0; }
.btn_pop_confirm {width: 60%; margin:0px auto; margin-top:20px; border-radius: 3px; background-color:#feacac; font-size: 13px; padding:10px 0; font-weight: bold; -webkit-box-shadow: 1px 1px 1px 0px rgba(55,55,55,0.5);-moz-box-shadow: 1px 1px 1px 0px rgba(55,55,55,0.5);box-shadow: 1px 1px 1px 0px rgba(55,55,55,0.5);}
.btn_pop_confirm.done {background-color: #88ff88;}
.btn_pop_confirm.new_app{width:120px;height:30px;line-height:30px;padding:0;display:inline-block;margin-top:0; text-align: center;}

.create_app {width: 120px; height: 30px; line-height: 30px; display: inline-block; margin:0px auto; margin-top: 0; padding:0; border-radius: 3px; border: 1px solid #cccccc; background-color:#ffffff; font-size: 13px; text-align:center; font-weight: bold; -webkit-box-shadow: 1px 1px 1px 0px rgba(55,55,55,0.5);-moz-box-shadow: 1px 1px 1px 0px rgba(55,55,55,0.5);box-shadow: 1px 1px 1px 0px rgba(55,55,55,0.5); cursor: pointer;}
.create_app.done {background-color: #feacac;}

.req_business{border-radius: 3px; border: 1px solid #cccccc; background-color:#ffffff; font-size: 13px; padding:10px 0; font-weight: bold; -webkit-box-shadow: 1px 1px 1px 0px rgba(55,55,55,0.5);-moz-box-shadow: 1px 1px 1px 0px rgba(55,55,55,0.5);box-shadow: 1px 1px 1px 0px rgba(55,55,55,0.5); width:120px;height:30px;line-height:30px;padding:0; margin:0 auto; margin-top:20px; text-align: center; cursor: pointer;}
.req_business.done{background-color: #feacac;}

/*Creating New App*/
.create_content_input {height:30px;margin-left:15px;margin-right:5px;width:300px;border:1px solid #ccc;box-sizing:border-box;-webkit-box-sizing:border-box;text-indent:5px;}
.request_content_input {height:30px;margin-left:15px;margin-right:5px;width:400px;border:1px solid #ccc;box-sizing:border-box;-webkit-box-sizing:border-box;text-indent:5px;}
.create_content_text {
	margin-left: 15px;
	opacity: 0;
}
.step2_div, .step3_div {
	opacity: 0;
}
#btn_startup {
	position: relative;
	left: 50%;
	margin-top: 10px;
	margin-left: -60px;
}


.server_param {width: 65px;display: inline-block;}
.btn_demo {width:100px;height:25px;line-height:25px;padding:0;display:inline-block;margin-top:0; margin-left:20px; text-align: center; border-radius: 3px; background-color:#feacac; font-size: 13px; padding:2px 0; font-weight: bold; -webkit-box-shadow: 1px 1px 1px 0px rgba(55,55,55,0.5);-moz-box-shadow: 1px 1px 1px 0px rgba(55,55,55,0.5);box-shadow: 1px 1px 1px 0px rgba(55,55,55,0.5); cursor: pointer;}
.btn_change_app {width:70px;height:17px;line-height:17px;padding:0;display:inline-block; vertical-align: middle; margin-top: -2px; margin-left:10px; text-align: center; border-radius: 3px; background-color:#feacac; font-size: 12px; padding:2px 0; font-weight: bold; -webkit-box-shadow: 1px 1px 1px 0px rgba(55,55,55,0.5);-moz-box-shadow: 1px 1px 1px 0px rgba(55,55,55,0.5);box-shadow: 1px 1px 1px 0px rgba(55,55,55,0.5); cursor: pointer;}
.btn_change {width:100px; height:25px; line-height:25px; display:block; margin:0 auto; margin-top:20px; text-align: center; border-radius: 3px; border: 1px solid #cccccc; background-color:#ffffff; font-size: 13px; padding:2px 0; font-weight: bold; -webkit-box-shadow: 1px 1px 1px 0px rgba(55,55,55,0.5);-moz-box-shadow: 1px 1px 1px 0px rgba(55,55,55,0.5);box-shadow: 1px 1px 1px 0px rgba(55,55,55,0.5); cursor: pointer;}
.btn_change.done {background-color: #feacac;}


/*============= 2015.12.24 ============*/

/*check_box*/
div.content_check_box {width: 20%; margin:0 auto;  text-align: left; padding:5px 0; display: inline-block; text-align: center;}
.content_check01 { position: absolute; width: 0; height: 0; visibility: hidden;}
label.content_label_check01 {padding: 3px 0px 3px 28px;display: inline-block; 
	background: url('/resources/images/icon_content_check_off.png'); background-position: left center;
	background-size: contain; background-repeat: no-repeat; vertical-align: middle;
	font-size: 0.7rem;
 	text-align: left; vertical-align:middle; color: #999; white-space: nowrap; font-weight: bold;
}
.content_check01:checked + label {background-image: url('/resources/images/icon_content_check_on.png');}

/* text_area */
.content_textbox_wrap {width: 100%; min-height: 110px; background-color: #fff; border:1px solid #ddd;}
.content_textbox {width: 98%; height: 98%; min-height: 110px; display: block; border:0; margin:1% auto; font-size: 12px; padding: 5px;}
.content_textbox:focus {outline:0;}

/* content_btn_box */
.content_btn_box {width: 100%; text-align: center; margin-top:20px; }



/* permission */
.btn_new_permission {border-radius: 3px; border: 1px solid #cccccc; background-color:#ffffff; font-size: 13px; padding:10px 0; font-weight: bold; -webkit-box-shadow: 1px 1px 1px 0px rgba(55,55,55,0.5);-moz-box-shadow: 1px 1px 1px 0px rgba(55,55,55,0.5);box-shadow: 1px 1px 1px 0px rgba(55,55,55,0.5); width:120px;height:30px;line-height:30px;padding:0; margin:0 auto; margin-top:20px; text-align: center; cursor: pointer;}
.btn_new_permission.done {background-color: #feacac;}
.text_div_request_permission_2 {width: 100%; min-height: 110px;}
.text_request_permission_2 {width: 98%; height: 98%; height: 110px; display: block; border:0; font-size: 12px; padding: 5px;}

.btn_req_permissions {width: auto; height: 32px; top:10px; right:15px; cursor: pointer;}
.img_status_perm {width:22px; height: 22px; margin-left: 5px; display: inline-block; vertical-align: middle;position: relative; left:5px; margin-right: 40px;
	background-image: url('/resources/images/icon_perm_basic.png') ; background-repeat:no-repeat; background-size: 100% 100%;}
.img_status_perm.perm_case01 {background-image: url(/resources/images/icon_perm_case01.png); background-repeat: no-repeat; background-size: 100% 100%;}
.img_status_perm.perm_case02 {background-image: url(/resources/images/icon_perm_case02.png); background-repeat: no-repeat; background-size: 100% 100%;
-webkit-animation: perm_case02_onoff 1s linear infinite 0s;
-moz-animation: perm_case02_onoff 1s linear infinite 0s;
-ms-animation: perm_case02_onoff 1s linear infinite 0s;
-o-animation: perm_case02_onoff 1s linear infinite 0s;
animation: perm_case02_onoff 1s linear infinite 0s;
}
.img_status_perm.perm_case03 {background-image: url(/resources/images/icon_perm_case03.png); background-repeat: no-repeat; background-size: 100% 100%;}



/* TAB */
.content_div_detail.tap_select {box-sizing:border-box; -webkit-box-sizing:border-box; margin-top:64px;}
.content_div_detail_inner {display: none;}
.detail_inner01 {display: block;}
.tap_select_ul {position: absolute; bottom:100%; top:-39px; left:-1px;height: 40px; width: 100%;}
.tap_select_li {min-width: 120px; padding:0 15px; height: 39px; line-height: 40px; text-align: center; float: left; background-color: #fff; border:1px solid #dfdfdf; color: #c4c4c4; border-right:0;box-sizing:border-box; -webkit-box-sizing:border-box;}
.tap_select_li:last-child {border-right:1px solid #dfdfdf;}
.tap_select_li.on {border-bottom: 1px solid #f9f9f9; background-color:#f9f9f9; color: #4a4a4a; height: 40px; font-weight: bold;}


/* optional image */
.img_optional {margin-left: 4px; vertical-align: middle;}


/* error page */
.err_message {font-size: 16px; margin-bottom: 10px;}


/* main page */

.guide_main {width: 100%; background-color: #f3f3f3; margin-top:60px;}
.guide_title {width: 900px; margin:0 auto; font-size: 1.8em; padding-top:60px;}
.guide_subtitle {width: 900px; margin:10px auto 0; font-size: 14px;}
.guide_content_01 {width: 100%;text-align: right;overflow: hidden; padding-top:50px;}
.guide_content_01_left {width:410px; display: inline-block; vertical-align: bottom; text-align: left; padding-bottom:20px;}
.guide_img_stamp {width: 300px;}
.guide_content_01_right {width:52%; display: inline-block; vertical-align: bottom;  text-align: left; background-color: #f3f3f3;}
.guide_content_01_li_div_tit {font-weight: bold; font-size: 16px; padding:5px 0;}
.guide_content_01_li_div_txt {font-size: 14px; line-height: 1.5; padding:4px 0;}

.guide_content_01_ul {width: 520px; padding:25px 0; padding-left: 40px;}
.guide_content_01_li {width: 100%; padding:12px 0;}
.guide_content_01_li img {width: 75px; height: 75px; display: inline-block; vertical-align: middle; margin-right: 5px;}
.guide_content_01_li_div {width: 100%; display: inline-block; vertical-align: middle;}


.guide_content_02 {width: 100%; padding:10px 0 40px; background-color: #fff; margin-top:-2px;}
.guide_content_02_inner {width: 900px; margin:0 auto;}
.guide_content_02_inner_txt {padding-top:40px; padding-bottom: 60px; position: relative;}
.guide_content_02_inner_txt .guide_content_01_li_div_tit {padding-top:30px;}
.img_imac {position: absolute; bottom:0; right:40px; width: 250px;}

.guide_content_03 {width: 100%; padding:0px 0 20px;}
.guide_content_03_inner {width: 900px; margin:0 auto;}

.guide_content_03_imgbox {text-align: center; margin-top:50px; padding:10px 0;}
.content_03_imgbox_detail {width:110px;display: inline-block; vertical-align: top;}
.imgbox_detail_img {width:110px;display: inline-block;}
.imgbox_detail_txt {width:120px;display: inline-block;text-align: center;font-size: 14px; font-weight: bold; opacity: 0.6; margin-left:-5px;}

.img_arrow_right {width: 24px; display: inline-block; vertical-align: top; margin:0 7px; margin-top:50px;}

.guide_content_03_imgbox_info {font-size: 14px;margin-top:35px; }
.guide_content_03_imgbox_info p {line-height: 1.7;}
.bottom_qa {margin-top:60px; display: inline-block;}
.btn_email,.btn_email img {width: 164px;}

.bottom_logo {text-align: center; width:60px;margin: 0 auto; margin-top:70px;}
.bottom_logo img {width:36px;}
.bottom_logo span {display: inline-block;font-weight: normal; font-size: 1em;}



/* perm_case02_onoff animation */
@-webkit-keyframes perm_case02_onoff { 
	0% {}
	30% {background-image: url(/resources/images/icon_perm_case02.png);}
	50% {background-image: url(../images/icon_perm_basic.png) ;}
	70% {background-image: url(../images/icon_perm_case02.png);}
	100% {}
}	
@-moz-keyframes perm_case02_onoff {  
	0% {}
	30% {background-image: url(/resources/images/icon_perm_case02.png);}
	50% {background-image: url(/resources/images/icon_perm_basic.png) ;}
	70% {background-image: url(/resources/images/icon_perm_case02.png);}
	100% {}
}	
@-ms-keyframes perm_case02_onoff {  
	0% {}
	30% {background-image: url(/resources/images/icon_perm_case02.png);}
	50% {background-image: url(/resources/images/icon_perm_basic.png) ;}
	70% {background-image: url(/resources/images/icon_perm_case02.png);}
	100% {}
}	
@-o-keyframes perm_case02_onoff {  
	0% {}
	30% {background-image: url(/resources/images/icon_perm_case02.png);}
	50% {background-image: url(/resources/images/icon_perm_basic.png) ;}
	70% {background-image: url(/resources/images/icon_perm_case02.png);}
	100% {}
}	
@keyframes perm_case02_onoff {  
	0% {}
	30% {background-image: url(/resources/images/icon_perm_case02.png);}
	50% {background-image: url(/resources/images/icon_perm_basic.png) ;}
	70% {background-image: url(/resources/images/icon_perm_case02.png);}
	100% {}
}



@media only screen and (max-width: 900px){
	body , html, #wrap {height: 100%; overflow: auto; min-width: 900px;}
	#header {min-width: 900px; position: absolute;}
	#snb_wrap {position: absolute; top:0;}
	#snb_wrap:before {height:60px; width:100%;display: inline-block;content: ""; margin-top: -5px;}
}


/*
@media only screen and (min-width: 320px) and (max-width: 359px) {
}
@media only screen and (min-width: 360px) and (max-width: 374px) {
}
@media only screen and (min-width: 375px) and (max-width: 413px) {
}
@media only screen and (min-width: 414px) and (max-width: 767px) {
}
@media only screen and (min-width: 768px){
}
*/

.hidden {display: none !important;}

.tooltip {display: none; padding: 10px; }
.app_ids:hover .tooltip {background: #feacac; border-radius: 3px; bottom: 164px; color: black; display: inline; height: 30px; left: 33px; line-height: 30px; z-index:10;}
.app_ids:hover .tooltip:before {display: block; content: ""; position: absolute; top: -5px; width: 0; height: 0; }